func github.com/refraction-networking/utls.isGREASEUint16

10 uses

	github.com/refraction-networking/utls (current package)
		u_common.go#L456: 				if !isGREASEUint16(extType) {
		u_common.go#L717: func isGREASEUint16(v uint16) bool {
		u_common.go#L724: 	if isGREASEUint16(v) {
		u_conn.go#L708: 						if isGREASEUint16(vers) {
		u_parrots.go#L2823: 		if isGREASEUint16(hello.CipherSuites[i]) { // just in case the user set a GREASE value instead of unGREASEd
		u_parrots.go#L2871: 				if isGREASEUint16(uint16(ext.Curves[i])) {
		u_parrots.go#L2879: 				if isGREASEUint16(uint16(curveID)) { // just in case the user set a GREASE value instead of unGREASEd
		u_parrots.go#L2925: 				if isGREASEUint16(ext.Versions[i]) { // just in case the user set a GREASE value instead of unGREASEd
		u_tls_extensions.go#L85: 		if isGREASEUint16(id) {
		u_tls_extensions.go#L1031: 	if isGREASEUint16(jsonObj.Id) {